refactor return conditions for callbacks
Reported by karol | September 1st, 2009 @ 10:34 PM
currently, it's sth like this:
return true if self.is_versioned_obj == 1
should be:
return true if function()
where function checks all conditions, and has
a meaningful name :)
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป